home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / yacas_alg / yacas_morphos / share / yacas / constants.rep / code.ys < prev   
Encoding:
Text File  |  2002-03-13  |  240 b   |  14 lines

  1.  
  2. /* Definition of constants. */
  3.  
  4.  
  5. /* TODO:
  6.  * There is a problem with defining I this way: if I is used, but the
  7.  * file "complex" has not been loaded, the interpreter can not deal
  8.  * with "Complex".
  9.  */
  10.  
  11. I := Complex(0,1);
  12. LazyGlobal(I);
  13.  
  14.